home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / library3.zip / LIBRARY.BAS (.txt) next >
QuickBASIC Tokenized Source  |  1990-03-11  |  2KB  |  41 lines

  1. Quick Basic Librarian"
  2. 1. List .LIB files
  3. 2. Store a program
  4. 3. Restore a program
  5. 4. Quit
  6. Enter your selection:"
  7. dir c:\qb\lib\*.lib /w /p"
  8. pause"
  9. dir *.bas /w /p"
  10. What is the name of the program to store [.BAS]:
  11. What is the name of the file to store into [.LIB]:
  12. pkzip c:\qb\lib\
  13.  stored into "
  14. Delete the .BAS program?(Y/N)"
  15. yes",
  16. YES",
  17. c:\qb\lib\
  18. .ZIP)
  19. c:\qb\lib\
  20. .LIB)
  21. Pause"
  22. Error"
  23. Check file names and restart
  24. Pause"
  25. What is the name of the .LIB file to restore [.LIB]:
  26. C:\qb\lib\
  27. .LIB)
  28. c:\qb\lib\
  29. .zip)
  30. pkunzip c:\qb\lib\
  31.  c:\qb\data")
  32. Done restoring
  33. c:\qb\lib\
  34. .Zip)
  35. c:\qb\lib\
  36. .Lib)
  37. pause"
  38. Error"
  39. Check file name and restart"
  40. Pause"
  41.